get /mint/organizations/{org_name}/monetization-packages/{package_id}

Gets an API package for the specified organization. See also Viewing API product bundle using the API.

HTTP request

https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/monetization-packages/{package_id}

Path Parameters

org_name (required)

string

Organization name.

package_id (required)

string

ID of the API package.

Response Types

200: 

OK

Body

application/json
APIPackage
description (required)

string

Description of the API package.

displayName (required)

string

User-friendly display name for the API package.

id

string

Output only. ID of the API package.

name (required)

string

Name of the API package.

organization

object

id

string

ID of the organization.

product (required)

array

List of API products to include in the API package.

object
id

string

ID of the API product.

status (required)

string

Status indicator for the API package. Valid values include: CREATED, ACTIVE , INACTIVE`.

Note: This value is maintained but not currently used by the API package.

Authentication Requirements

Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
package_id
Credentials
Multi-factor authentication is not supported.